home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / config.dir / 00026_set gBGM.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  340 b   |  15 lines

  1. global gsoundmuteflg, gbgm, gmuscount
  2.  
  3. on mouseUp
  4.   repeat with i = 2 to 5
  5.     set the castNum of sprite i to the number of member "MusButton"
  6.   end repeat
  7.   set the castNum of sprite 4 to the number of member "ChkMus"
  8.   set gbgm to "S3"
  9.   set gmuscount to 3
  10.   if gsoundmuteflg = 0 then
  11.     puppetSound(gbgm)
  12.     updateStage()
  13.   end if
  14. end
  15.